home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / Shout3d_runtime / codebase / javax / swing / plaf / metal / resources / metal.properties < prev   
Text File  |  2000-05-30  |  1KB  |  32 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used be the Metal Look and Feel.
  3. # Currently, the following components need this for support:
  4. #
  5. #    FileChooser
  6. #
  7. # When this file is read in, the strings are put into the 
  8. # defaults table.  This is an implementation detail of the current
  9. # workings of Swing.  DO NOT DEPEND ON THIS.  
  10. # This may change in future versions of Swing as we improve localization 
  11. # support.
  12. #
  13. # 1.1 08/26/98
  14. # @author Steve Wilson
  15.  
  16.  
  17. ############ FILE CHOOSER STRINGS #############
  18.  
  19. FileChooser.lookInLabelText=Look in:
  20. FileChooser.fileNameLabelText=File name:
  21. FileChooser.filesOfTypeLabelText=Files of type:
  22. FileChooser.upFolderToolTipText=Up One Level
  23. FileChooser.upFolderAccessibleName=Up
  24. FileChooser.homeFolderToolTipText=Home
  25. FileChooser.homeFolderAccessibleName=Home
  26. FileChooser.newFolderToolTipText=Create New Folder
  27. FileChooser.newFolderAccessibleNam=New Folder
  28. FileChooser.listViewButtonToolTipText=List
  29. FileChooser.listViewButtonAccessibleName=List
  30. FileChooser.detailsViewButtonToolTipText=Details
  31. FileChooser.detailsViewButtonAccessibleName=Details
  32.